[INFO] cloning repository https://github.com/ErisMik/HandyGCS
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ErisMik/HandyGCS" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErisMik%2FHandyGCS", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErisMik%2FHandyGCS'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 0e598e7ee6b72e2f50e1ef16f99e61c3696f4e96
[INFO] fixing ErisMik/HandyGCS against try#622891a4e29178280638a6b63a8908bde2c0c854+cargoflags=-Zfix-edition=end=2015,2024 for pr-157817-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FErisMik%2FHandyGCS" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ErisMik/HandyGCS
[INFO] finished tweaking git repo https://github.com/ErisMik/HandyGCS
[INFO] tweaked toml for git repo https://github.com/ErisMik/HandyGCS written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ErisMik/HandyGCS on toolchain 622891a4e29178280638a6b63a8908bde2c0c854
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ErisMik/HandyGCS already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3a6becf2bc8dde7f3fa57ede90e4f284e72d296796fc446bbb1e2c7cc0530151" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] a4f552ce66eb660756641011b314ce2f9e28f88bab149b73b1a1ed26e1f55771
[INFO] running `Command { std: "docker" "start" "a4f552ce66eb660756641011b314ce2f9e28f88bab149b73b1a1ed26e1f55771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4f552ce66eb660756641011b314ce2f9e28f88bab149b73b1a1ed26e1f55771" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a4f552ce66eb660756641011b314ce2f9e28f88bab149b73b1a1ed26e1f55771", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=" "-e" "RUSTDOCFLAGS=" "-w" "/opt/rustwide/workdir" "--user" "0:0" "a4f552ce66eb660756641011b314ce2f9e28f88bab149b73b1a1ed26e1f55771" "/opt/rustwide/cargo-home/bin/cargo" "+622891a4e29178280638a6b63a8908bde2c0c854" "fix" "--allow-no-vcs" "--allow-dirty" "--frozen" "--all" "--all-targets" "--message-format=json" "-Zfix-edition=end=2015,2024", kill_on_drop: false }`
[INFO] [stderr] crater-edition-check: migrating to next edition
[INFO] [stderr]    Migrating Cargo.toml from 2018 edition to 2021
[INFO] [stderr] note: Switching to Edition 2021 will enable the use of the version 2 feature resolver in Cargo.
[INFO] [stderr] This may cause some dependencies to be built with fewer features enabled than previously.
[INFO] [stderr] More information about the resolver changes may be found at https://doc.rust-lang.org/nightly/edition-guide/rust-2021/default-cargo-resolver.html
[INFO] [stderr] When building the following dependencies, the given features will no longer be used:
[INFO] [stderr] 
[INFO] [stderr]   serde v1.0.116 removed features: derive, serde_derive
[INFO] [stderr] 
[INFO] [stderr]    Compiling libc v0.2.78
[INFO] [stderr]    Compiling syn v1.0.42
[INFO] [stderr]    Compiling serde_derive v1.0.116
[INFO] [stderr]    Compiling serde v1.0.116
[INFO] [stderr]    Compiling debug-helper v0.3.10
[INFO] [stderr]    Compiling bitflags v0.3.3
[INFO] [stderr]    Compiling num-traits v0.2.12
[INFO] [stderr]    Compiling quote v0.3.15
[INFO] [stderr]    Compiling byteorder v1.3.4
[INFO] [stderr]     Checking crossbeam v0.7.3
[INFO] [stderr]     Checking crc-any v2.3.5
[INFO] [stderr]    Compiling xml-rs v0.2.2
[INFO] [stderr]    Compiling iovec v0.1.4
[INFO] [stderr]    Compiling bytes v0.4.12
[INFO] [stderr]     Checking serial-core v0.4.0
[INFO] [stderr]     Checking termios v0.2.2
[INFO] [stderr]     Checking ioctl-rs v0.1.6
[INFO] [stderr]     Checking serial-unix v0.4.0
[INFO] [stderr]     Checking serial v0.4.0
[INFO] [stderr]    Compiling num-derive v0.3.2
[INFO] [stderr]    Compiling mavlink v0.8.6
[INFO] [stderr]     Checking handy-gcs v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]    Migrating src/main.rs from 2018 edition to 2021
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 44.67s
[INFO] [stderr] crater-edition-check: handy-gcs v0.1.0 (/opt/rustwide/workdir) updating edition from 2018 to 2021
[INFO] [stderr]    Compiling serde v1.0.116
[INFO] [stderr]    Compiling mavlink v0.8.6
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:118:38
[INFO] [stdout]     |
[INFO] [stdout] 118 | #[cfg_attr(feature = "serde", derive(Serialize))]
[INFO] [stdout]     |                                      ^^^^^^^^^
[INFO] [stdout]     |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]    --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:43:26
[INFO] [stdout]     |
[INFO] [stdout]  43 | use serde::{Deserialize, Serialize};
[INFO] [stdout]     |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:89:38
[INFO] [stdout]    |
[INFO] [stdout] 89 | #[cfg_attr(feature = "serde", derive(Serialize))]
[INFO] [stdout]    |                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:90:31
[INFO] [stdout]    |
[INFO] [stdout] 90 | #[cfg_attr(feature = "serde", serde(tag = "type"))]
[INFO] [stdout]    |                               ^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:80:38
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                      ^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:43:26
[INFO] [stdout]    |
[INFO] [stdout] 43 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |                          ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:80:49
[INFO] [stdout]    |
[INFO] [stdout] 80 | #[cfg_attr(feature = "serde", derive(Serialize, Deserialize))]
[INFO] [stdout]    |                                                 ^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/mavlink-0.8.6/src/lib.rs:43:13
[INFO] [stdout]    |
[INFO] [stdout] 43 | use serde::{Deserialize, Serialize};
[INFO] [stdout]    |             ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:13062
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...lEq , Debug ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:13074
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:13127
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMessage { UAVIONIX_ADSB_OUT_C...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:11844
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVIONIX_ADSB_TRANSCEIVER_HEA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:11856
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVIONIX_ADSB_TRANSCEIVER_HEALTH_REPORT_DA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:8754
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVIONIX_ADSB_OUT_DYNAMIC_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:8766
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVIONIX_ADSB_OUT_DYNAMIC_DATA { pub utcTi...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:5997
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVIONIX_ADSB_OUT_CFG_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:6009
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVIONIX_ADSB_OUT_CFG_DATA { pub ICAO : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:5278
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:5290
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:5343
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavionixAdsbEmergencyStatus { UA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:4762
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:4774
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:4827
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavionixAdsbOutCfgGpsOffsetLon {...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:3946
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:3958
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:4011
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavionixAdsbOutCfgGpsOffsetLat {...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:2721
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:2733
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:2786
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavionixAdsbOutCfgAircraftSize {...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:2231
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UavionixAdsbRfHealth : u8 { c...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:2243
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UavionixAdsbRfHealth : u8 { const UAVIONIX...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:1621
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:1633
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:1686
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavionixAdsbOutDynamicGpsFix { U...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:1150
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UavionixAdsbOutRfSelect : u8 ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:1162
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UavionixAdsbOutRfSelect : u8 { const UAVIO...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:569
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ; bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UavionixAdsbOutDynamicState :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...mon :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:581
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UavionixAdsbOutDynamicState : u16 { const ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/uavionix.rs:2:432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:430335
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...lEq , Debug ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:430347
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:430400
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMessage { HEARTBEAT ( HEARTBE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:428855
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_MESSAGE_PACK_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:428867
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_MESSAGE_PACK_DATA { pub targ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:427118
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_OPERATOR_ID_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:427130
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_OPERATOR_ID_DATA { pub targe...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:424003
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SYSTEM_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:424015
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SYSTEM_DATA { pub operator_l...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:422294
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SELF_ID_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:422306
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_SELF_ID_DATA { pub target_sy...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420157
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_AUTHENTICATION_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420169
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_AUTHENTICATION_DATA { pub ti...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:415902
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_LOCATION_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:415914
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_LOCATION_DATA { pub latitude...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:413990
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_BASIC_ID_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:414002
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPEN_DRONE_ID_BASIC_ID_DATA { pub target_s...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:412826
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WHEEL_DISTANCE_DATA { pub tim...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:412838
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WHEEL_DISTANCE_DATA { pub time_usec : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:411509
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SUPPORTED_TUNES_DATA { pub fo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:411521
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SUPPORTED_TUNES_DATA { pub format : TuneFo...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:410008
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_V2_DATA { pub forma...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:410020
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_V2_DATA { pub format : TuneForma...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408099
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMPONENT_INFORMATION_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408111
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMPONENT_INFORMATION_DATA { pub time_boot...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:404056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ONBOARD_COMPUTER_STATUS_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:404068
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ONBOARD_COMPUTER_STATUS_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:402471
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TUNNEL_DATA { pub payload_typ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:402483
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TUNNEL_DATA { pub payload_type : MavTunnel...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:401077
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIME_ESTIMATE_TO_TARGET_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:401089
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIME_ESTIMATE_TO_TARGET_DATA { pub safe_re...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:399869
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_OUTPUT_STATUS_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:399881
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_OUTPUT_STATUS_DATA { pub time_use...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:397716
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GENERATOR_STATUS_DATA { pub s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:397728
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GENERATOR_STATUS_DATA { pub status : MavGe...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:395709
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_STATUS_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:395721
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_STATUS_DATA { pub fault_bitm...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:393568
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_INFO_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:393580
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SMART_BATTERY_INFO_DATA { pub capacity_ful...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:392056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ORBIT_EXECUTION_STATUS_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:392068
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ORBIT_EXECUTION_STATUS_DATA { pub time_use...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:390868
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_FLOAT_ARRAY_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:390880
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_FLOAT_ARRAY_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:387893
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UTM_GLOBAL_POSITION_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:387905
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UTM_GLOBAL_POSITION_DATA { pub time : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:386939
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_RPM_DATA { pub frequency ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:386951
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_RPM_DATA { pub frequency : f32 , pub i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:385154
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_CONFIG_DATA { pub en...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:385166
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_CONFIG_DATA { pub enable_pin : u8...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:383413
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ISBD_LINK_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:383425
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ISBD_LINK_STATUS_DATA { pub timestamp : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:381405
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_STATUS_DATA { pub mc...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:381417
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CELLULAR_STATUS_DATA { pub mcc : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:379477
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_BEZ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:379489
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_BEZIER_DATA { pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:376342
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_WAY...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:376354
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TRAJECTORY_REPRESENTATION_WAYPOINTS_DATA {...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:373567
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ODOMETRY_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:373579
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ODOMETRY_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:371852
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OBSTACLE_DISTANCE_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:371864
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OBSTACLE_DISTANCE_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:370117
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_ACK_DATA { pub para...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:370129
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_ACK_DATA { pub param_id : [char;...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:368425
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_SET_DATA { pub targ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:368437
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_SET_DATA { pub target_system : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:366728
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_VALUE_DATA { pub pa...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:366740
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_VALUE_DATA { pub param_count : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:365678
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_LIST_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:365690
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_LIST_DATA { pub target_s...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:364330
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_READ_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:364342
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_EXT_REQUEST_READ_DATA { pub param_in...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:362359
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_INFO_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:362371
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_INFO_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:360568
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_STATUS_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:360580
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UAVCAN_NODE_STATUS_DATA { pub time_usec : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:357397
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AIS_VESSEL_DATA { pub MMSI : ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:357409
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AIS_VESSEL_DATA { pub MMSI : u32 , pub lat...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:355874
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PROTOCOL_VERSION_DATA { pub v...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:355886
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PROTOCOL_VERSION_DATA { pub version : u16 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:354699
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIFI_CONFIG_AP_DATA { pub ssi...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:354711
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIFI_CONFIG_AP_DATA { pub ssid : [char;32]...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:352861
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_TILTPAN_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:352873
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_TILTPAN_DATA { pub flag...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:350160
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_STATE_FOR_GIMBAL_DE...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:350172
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_STATE_FOR_GIMBAL_DEVICE_DATA { p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:347781
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_ATTITUDE_STATUS...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:347793
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_ATTITUDE_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:345891
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_SET_ATTITUDE_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:345903
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_SET_ATTITUDE_DATA { pub q : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:343485
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_INFORMATION_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:343497
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_DEVICE_INFORMATION_DATA { pub time_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:341473
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_ATTITUDE_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:341485
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_SET_ATTITUDE_DATA { pub fla...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:340146
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_STATUS_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:340158
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_STATUS_DATA { pub time_boot...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:338098
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_INFORMATION_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:338110
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_MANAGER_INFORMATION_DATA { pub time...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:336286
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_STATUS_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:336298
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_STATUS_DATA { pub framerate :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:333739
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_INFORMATION_DATA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:333751
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIDEO_STREAM_INFORMATION_DATA { pub framer...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:332632
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_ACK_DATA { pub sequen...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:332644
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_ACK_DATA { pub sequence : u16 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:331103
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_ACKED_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:331115
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_ACKED_DATA { pub sequence : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:329598
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_DATA { pub seque...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:329610
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOGGING_DATA_DATA { pub sequence : u16 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:328410
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_ORIENTATION_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:328422
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MOUNT_ORIENTATION_DATA { pub time_boot_ms ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:327128
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FLIGHT_INFORMATION_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:327140
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FLIGHT_INFORMATION_DATA { pub arming_time_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:325040
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_IMAGE_CAPTURED_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:325052
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_IMAGE_CAPTURED_DATA { pub time_utc ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:323517
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_CAPTURE_STATUS_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:323529
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_CAPTURE_STATUS_DATA { pub time_boot...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:321542
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STORAGE_INFORMATION_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:321554
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STORAGE_INFORMATION_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:320375
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_SETTINGS_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:320387
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_SETTINGS_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:317620
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_INFORMATION_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:317632
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_INFORMATION_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:316446
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_DATA { pub target_s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:316458
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PLAY_TUNE_DATA { pub target_system : u8 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:315340
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BUTTON_CHANGE_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:315352
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BUTTON_CHANGE_DATA { pub time_boot_ms : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:314020
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SETUP_SIGNING_DATA { pub init...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:314032
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SETUP_SIGNING_DATA { pub initial_timestamp...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:312979
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:312991
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_DATA { pub time_boot_ms : u32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:311747
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STATUSTEXT_DATA { pub severit...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:311759
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct STATUSTEXT_DATA { pub severity : MavSeveri...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:310567
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_INT_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:310579
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_INT_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:309379
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_FLOAT_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:309391
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAMED_VALUE_FLOAT_DATA { pub time_boot_ms ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:308080
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_VECT_DATA { pub time_us...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:308092
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEBUG_VECT_DATA { pub time_usec : u64 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:306870
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MEMORY_VECT_DATA { pub addres...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:306882
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MEMORY_VECT_DATA { pub address : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:305448
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct V2_EXTENSION_DATA { pub messa...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:305460
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct V2_EXTENSION_DATA { pub message_type : u16...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:303340
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COLLISION_DATA { pub id : u32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:303352
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COLLISION_DATA { pub id : u32 , pub time_t...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:300629
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADSB_VEHICLE_DATA { pub ICAO_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:300641
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADSB_VEHICLE_DATA { pub ICAO_address : u32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:299272
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EXTENDED_SYS_STATE_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:299284
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EXTENDED_SYS_STATE_DATA { pub vtol_state :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:298252
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MESSAGE_INTERVAL_DATA { pub i...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:298264
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MESSAGE_INTERVAL_DATA { pub interval_us : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:296313
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_HOME_POSITION_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:296325
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_HOME_POSITION_DATA { pub latitude : i3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:294497
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HOME_POSITION_DATA { pub lati...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:294509
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HOME_POSITION_DATA { pub latitude : i32 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:292966
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIBRATION_DATA { pub time_use...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:292978
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VIBRATION_DATA { pub time_usec : u64 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:288968
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY2_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:288980
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY2_DATA { pub timestamp : u32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:285208
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY_DATA { pub custo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:285220
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGH_LATENCY_DATA { pub custom_mode : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:284077
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTCM_DATA_DATA { pub flag...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:284089
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTCM_DATA_DATA { pub flags : u8 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:281292
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INPUT_DATA { pub time_use...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:281304
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INPUT_DATA { pub time_usec : u64 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:279590
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIND_COV_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:279602
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct WIND_COV_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:277431
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESTIMATOR_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:277443
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESTIMATOR_STATUS_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:276045
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_STATUS_DATA { pub breac...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:276057
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FENCE_STATUS_DATA { pub breach_time : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:274315
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LANDING_TARGET_DATA { pub tim...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:274327
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LANDING_TARGET_DATA { pub time_usec : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:271729
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_VERSION_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:271741
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTOPILOT_VERSION_DATA { pub capabilities ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:269520
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BATTERY_STATUS_DATA { pub cur...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:269532
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct BATTERY_STATUS_DATA { pub current_consumed...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:266817
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CONTROL_SYSTEM_STATE_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:266829
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CONTROL_SYSTEM_STATE_DATA { pub time_usec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:264565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FOLLOW_TARGET_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:264577
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FOLLOW_TARGET_DATA { pub timestamp : u64 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:263327
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE3_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:263339
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE3_DATA { pub time_boot_ms :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:261863
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RESOURCE_REQUEST_DATA { pub r...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:261875
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RESOURCE_REQUEST_DATA { pub request_id : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:260243
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ALTITUDE_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:260255
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ALTITUDE_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:259034
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_CONTROL_TARGET_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:259046
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ACTUATOR_CONTROL_TARGET_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:257586
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ACTUATOR_CONTROL_TARGET_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:257598
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ACTUATOR_CONTROL_TARGET_DATA { pub tim...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:256293
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATT_POS_MOCAP_DATA { pub time...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:256305
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATT_POS_MOCAP_DATA { pub time_usec : u64 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:255055
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE2_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:255067
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE2_DATA { pub time_boot_ms :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:253558
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REPORT_DATA { pub lat...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:253570
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REPORT_DATA { pub lat : i32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:252595
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_CHECK_DATA { pub lat ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:252607
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_CHECK_DATA { pub lat : i32 , pub l...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:251265
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_DATA_DATA { pub lat :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:251277
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_DATA_DATA { pub lat : i32 , pub lo...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:250091
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REQUEST_DATA { pub ma...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:250103
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TERRAIN_REQUEST_DATA { pub mask : u64 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:248099
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DISTANCE_SENSOR_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:248111
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DISTANCE_SENSOR_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:247020
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ENCAPSULATED_DATA_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:247032
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ENCAPSULATED_DATA_DATA { pub seqnr : u16 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:245331
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_TRANSMISSION_HANDSHAKE_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:245343
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_TRANSMISSION_HANDSHAKE_DATA { pub siz...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:243624
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU3_DATA { pub time_b...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:243636
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU3_DATA { pub time_boot_ms : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:241249
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RTK_DATA { pub time_last...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:241261
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RTK_DATA { pub time_last_baseline_ms ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:238878
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTK_DATA { pub time_last_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:238890
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RTK_DATA { pub time_last_baseline_ms :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:237048
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERIAL_CONTROL_DATA { pub bau...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:237060
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERIAL_CONTROL_DATA { pub baudrate : u32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:235772
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POWER_STATUS_DATA { pub Vcc :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:235784
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POWER_STATUS_DATA { pub Vcc : u16 , pub Vs...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:233715
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RAW_DATA { pub time_usec...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:233727
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS2_RAW_DATA { pub time_usec : u64 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:232436
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INJECT_DATA_DATA { pub ta...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:232448
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_INJECT_DATA_DATA { pub target_system :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:231414
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_END_DATA { pub ta...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:231426
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_END_DATA { pub target_system :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:230416
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ERASE_DATA { pub target_s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:230428
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ERASE_DATA { pub target_system : u8 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:229216
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_DATA_DATA { pub ofs : u32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:229228
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_DATA_DATA { pub ofs : u32 , pub id : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:227928
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_DATA_DATA { pub o...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:227940
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_DATA_DATA { pub ofs : u32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:226665
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ENTRY_DATA { pub time_utc...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:226677
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_ENTRY_DATA { pub time_utc : u32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:225461
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_LIST_DATA { pub s...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:225473
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOG_REQUEST_LIST_DATA { pub start : u16 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:223754
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU2_DATA { pub time_b...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:223766
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU2_DATA { pub time_boot_ms : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:221304
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_QUATERNION_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:221316
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_QUATERNION_DATA { pub time_usec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:219123
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_OPTICAL_FLOW_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:219135
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_OPTICAL_FLOW_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:217186
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_GPS_DATA { pub time_usec ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:217198
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_GPS_DATA { pub time_usec : u64 , pub l...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:216200
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_TRIGGER_DATA { pub tim...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:216212
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CAMERA_TRIGGER_DATA { pub time_usec : u64 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:215256
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIMESYNC_DATA { pub tc1 : i64...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:215268
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TIMESYNC_DATA { pub tc1 : i64 , pub ts1 : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:213907
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FILE_TRANSFER_PROTOCOL_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:213919
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct FILE_TRANSFER_PROTOCOL_DATA { pub target_n...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:212500
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RADIO_STATUS_DATA { pub rxerr...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:212512
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RADIO_STATUS_DATA { pub rxerrors : u16 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:209849
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SIM_STATE_DATA { pub q1 : f32...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:209861
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SIM_STATE_DATA { pub q1 : f32 , pub q2 : f...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:207584
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_SENSOR_DATA { pub time_us...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:207596
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_SENSOR_DATA { pub time_usec : u64 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:205403
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_RAD_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:205415
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_RAD_DATA { pub time_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:203134
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGHRES_IMU_DATA { pub time_u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:203146
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIGHRES_IMU_DATA { pub time_usec : u64 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:201706
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VICON_POSITION_ESTIMATE_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:201718
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VICON_POSITION_ESTIMATE_DATA { pub usec : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:200553
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_SPEED_ESTIMATE_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:200565
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_SPEED_ESTIMATE_DATA { pub usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:199121
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_ESTIMATE_DATA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:199133
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_ESTIMATE_DATA { pub usec :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:197661
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_VISION_POSITION_ESTIMA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:197673
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_VISION_POSITION_ESTIMATE_DATA { pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:196041
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_DATA { pub time_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:196053
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct OPTICAL_FLOW_DATA { pub time_usec : u64 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:194556
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_ACTUATOR_CONTROLS_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:194568
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_ACTUATOR_CONTROLS_DATA { pub time_usec...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:192307
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_RC_INPUTS_RAW_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:192319
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_RC_INPUTS_RAW_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:190284
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_CONTROLS_DATA { pub time_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:190296
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_CONTROLS_DATA { pub time_usec : u64 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:188051
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_DATA { pub time_use...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:188063
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HIL_STATE_DATA { pub time_usec : u64 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:186535
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_SYSTEM_GLO...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:186547
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_SYSTEM_GLOBAL_OFFSET_DA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:183972
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_GLOBAL_INT_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:183984
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_GLOBAL_INT_DATA { pub time...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:181170
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_GLOBAL_IN...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:181182
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_GLOBAL_INT_DATA { pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:178653
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_LOCAL_NED_DAT...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:178665
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct POSITION_TARGET_LOCAL_NED_DATA { pub time_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:175897
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_LOCAL_NED...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:175909
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_POSITION_TARGET_LOCAL_NED_DATA { pub t...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:174280
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_TARGET_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:174292
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_TARGET_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:172424
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ATTITUDE_TARGET_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:172436
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_ATTITUDE_TARGET_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:170914
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_SETPOINT_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:170926
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_SETPOINT_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:169639
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_CANCEL_DATA { pub com...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:169651
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_CANCEL_DATA { pub command : MavCmd...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:168349
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_ACK_DATA { pub comman...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:168361
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_ACK_DATA { pub command : MavCmd , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:166312
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_LONG_DATA { pub param...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:166324
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_LONG_DATA { pub param1 : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:163990
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_INT_DATA { pub param1...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:164002
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct COMMAND_INT_DATA { pub param1 : f32 , pub ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:162634
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VFR_HUD_DATA { pub airspeed :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:162646
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VFR_HUD_DATA { pub airspeed : f32 , pub gr...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:160206
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_INT_DATA { pub p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:160218
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_INT_DATA { pub param1 : f32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:158331
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_OVERRIDE_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:158343
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_OVERRIDE_DATA { pub chan1_raw ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:157031
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_CONTROL_DATA { pub x :...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:157043
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MANUAL_CONTROL_DATA { pub x : i16 , pub y ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:155954
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_STREAM_DATA { pub messag...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:155966
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DATA_STREAM_DATA { pub message_rate : u16 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:154586
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REQUEST_DATA_STREAM_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:154598
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct REQUEST_DATA_STREAM_DATA { pub req_message...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:151615
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_DATA { pub time_b...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:151627
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_DATA { pub time_boot_ms : u32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:149453
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_COV_DATA {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:149465
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_COV_DATA { pub time_use...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:147405
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_COV_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:147417
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_COV_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:145725
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAV_CONTROLLER_OUTPUT_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:145737
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct NAV_CONTROLLER_OUTPUT_DATA { pub nav_roll ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:144136
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_COV_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:144148
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_COV_DATA { pub time_us...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:142559
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_ALLOWED_AREA_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:142571
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_ALLOWED_AREA_DATA { pub p1x : f32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:140743
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_SET_ALLOWED_AREA_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:140755
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SAFETY_SET_ALLOWED_AREA_DATA { pub p1x : f...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:139071
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CHANGED_DATA { pub st...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:139083
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CHANGED_DATA { pub start_index : i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:137947
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_INT_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:137959
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_INT_DATA { pub seq : u16 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:136044
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_MAP_RC_DATA { pub param...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:136056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_MAP_RC_DATA { pub param_value0 : f32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:134930
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_GLOBAL_ORIGIN_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:134942
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_GLOBAL_ORIGIN_DATA { pub latitude : i3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:133693
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_GPS_GLOBAL_ORIGIN_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:133705
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_GPS_GLOBAL_ORIGIN_DATA { pub latitude ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:132420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ACK_DATA { pub target...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:132432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ACK_DATA { pub target_system : u8 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:131515
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_REACHED_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:131527
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_REACHED_DATA { pub seq : u16 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:130485
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CLEAR_ALL_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:130497
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CLEAR_ALL_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:129379
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_COUNT_DATA { pub coun...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:129391
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_COUNT_DATA { pub count : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:128337
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_LIST_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:128349
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_LIST_DATA { pub target_sys...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:127452
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CURRENT_DATA { pub se...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:127464
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_CURRENT_DATA { pub seq : u16 , } i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:126328
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_SET_CURRENT_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:126340
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_SET_CURRENT_DATA { pub seq : u16 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:125220
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_DATA { pub se...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:125232
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_DATA { pub seq : u16 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:122808
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_DATA { pub param...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:122820
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_ITEM_DATA { pub param1 : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:121528
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_WRITE_PARTIAL_LIST_DA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:121540
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_WRITE_PARTIAL_LIST_DATA { pub star...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:120240
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_PARTIAL_LIST_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:120252
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MISSION_REQUEST_PARTIAL_LIST_DATA { pub st...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:118396
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERVO_OUTPUT_RAW_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:118408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SERVO_OUTPUT_RAW_DATA { pub time_usec : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:116491
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_RAW_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:116503
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_RAW_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:114502
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_SCALED_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:114514
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RC_CHANNELS_SCALED_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:112867
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:112879
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GLOBAL_POSITION_INT_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:111453
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:111465
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LOCAL_POSITION_NED_DATA { pub time_boot_ms...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:109880
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_DATA { pu...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:109892
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_QUATERNION_DATA { pub time_boot_m...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:108416
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_DATA { pub time_boot...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:108428
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ATTITUDE_DATA { pub time_boot_ms : u32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:107182
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE_DATA { pub ti...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:107194
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_PRESSURE_DATA { pub time_boot_ms : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:105856
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_PRESSURE_DATA { pub time_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:105868
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_PRESSURE_DATA { pub time_usec : u64 , ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:104174
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_IMU_DATA { pub time_usec ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:104186
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RAW_IMU_DATA { pub time_usec : u64 , pub x...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:102471
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU_DATA { pub time_bo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:102483
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SCALED_IMU_DATA { pub time_boot_ms : u32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:100605
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_STATUS_DATA { pub satelli...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:100617
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_STATUS_DATA { pub satellites_visible :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:98735
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RAW_INT_DATA { pub time_u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:98747
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GPS_RAW_INT_DATA { pub time_usec : u64 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:97171
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_SET_DATA { pub param_va...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:97183
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_SET_DATA { pub param_value : f32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:95602
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_VALUE_DATA { pub param_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:95614
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_VALUE_DATA { pub param_value : f32 ,...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:94568
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_LIST_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:94580
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_LIST_DATA { pub target_syste...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:93236
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_READ_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:93248
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PARAM_REQUEST_READ_DATA { pub param_index ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:91993
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_MODE_DATA { pub custom_mo...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:92005
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SET_MODE_DATA { pub custom_mode : u32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:90018
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LINK_NODE_STATUS_DATA { pub t...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:90030
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct LINK_NODE_STATUS_DATA { pub timestamp : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:89074
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTH_KEY_DATA { pub key : [ch...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:89086
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AUTH_KEY_DATA { pub key : [char;32] , } im...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:87930
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_ACK_D...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:87942
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_ACK_DATA { pub gcs...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:86605
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_DATA ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:86617
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CHANGE_OPERATOR_CONTROL_DATA { pub target_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:85436
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PING_DATA { pub time_usec : u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:85448
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PING_DATA { pub time_usec : u64 , pub seq ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:84420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYSTEM_TIME_DATA { pub time_u...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:84432
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYSTEM_TIME_DATA { pub time_unix_usec : u6...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:81292
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYS_STATUS_DATA { pub onboard...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:81304
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SYS_STATUS_DATA { pub onboard_control_sens...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:79211
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HEARTBEAT_DATA { pub custom_m...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:79223
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HEARTBEAT_DATA { pub custom_mode : u32 , p...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:78701
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:78713
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:78766
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FailureType { FAILURE_TYPE_OK = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:77851
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:77863
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:77916
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FailureUnit { FAILURE_UNIT_SENSO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:77053
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AisFlags : u16 { const AIS_FL...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:77065
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AisFlags : u16 { const AIS_FLAGS_POSITION_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:76382
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:76394
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:76447
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AisNavStatus { UNDER_WAY = 0 , A...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:73056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:73068
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:73121
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AisType { AIS_TYPE_UNKNOWN = 0 ,...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:72642
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:72654
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:72707
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ComponentCapFlags { COMPONENT_CA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:72304
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TuneFormat : u32 { const TUNE...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:72316
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct TuneFormat : u32 { const TUNE_FORMAT_QBASI...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:71959
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:71971
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:72024
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidOperatorIdType { MAV_ODID...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:71360
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:71372
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:71425
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidClassEu { MAV_ODID_CLASS_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:70865
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:70877
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:70930
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidCategoryEu { MAV_ODID_CAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:70397
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:70409
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:70462
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidClassificationType { MAV_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69869
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69881
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69934
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidOperatorLocationType { MA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69501
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69513
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69566
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidDescType { MAV_ODID_DESC_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:68954
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:68966
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:69019
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidAuthType { MAV_ODID_AUTH_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:68054
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:68066
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:68119
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidTimeAcc { MAV_ODID_TIME_A...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:67497
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:67509
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:67562
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidSpeedAcc { MAV_ODID_SPEED...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:66942
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:66954
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:67007
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidVerAcc { MAV_ODID_VER_ACC...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:66223
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:66235
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:66288
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidHorAcc { MAV_ODID_HOR_ACC...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:65796
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:65808
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:65861
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidHeightRef { MAV_ODID_HEIG...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:65336
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:65348
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:65401
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidStatus { MAV_ODID_STATUS_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:64434
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:64446
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:64499
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidUaType { MAV_ODID_UA_TYPE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:63955
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:63967
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:64020
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavOdidIdType { MAV_ODID_ID_TYPE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:63056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:63068
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:63121
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavTunnelPayloadType { MAV_TUNNE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:62653
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:62665
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:62718
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ParachuteAction { PARACHUTE_DISA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:62194
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:62206
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:62259
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum PrecisionLandMode { PRECISION_LA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:61625
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:61637
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:61690
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularNetworkFailedReason { CE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:60792
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:60804
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:60857
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularStatusFlag { CELLULAR_ST...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:60224
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:60236
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:60289
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularNetworkRadioType { CELLU...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:59488
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UtmDataAvailFlags : u8 { cons...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:59500
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct UtmDataAvailFlags : u8 { const UTM_DATA_AV...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:59047
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:59059
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:59112
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UtmFlightState { UTM_FLIGHT_STAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:58147
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PositionTargetTypemask : u16 ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:58159
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct PositionTargetTypemask : u16 { const POSIT...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:57835
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:57847
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:57900
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum RcType { RC_TYPE_SPEKTRUM_DSM2 =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:57201
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:57213
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:57266
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavArmAuthDeniedReason { MAV_ARM...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56805
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56817
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56870
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CameraMode { CAMERA_MODE_IMAGE =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56383
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56395
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56448
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum ParamAck { PARAM_ACK_ACCEPTED = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55965
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55977
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:56030
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum SetFocusType { FOCUS_TYPE_STEP =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55540
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55552
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55605
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CameraZoomType { ZOOM_TYPE_STEP ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55073
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55085
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:55138
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum VideoStreamType { VIDEO_STREAM_T...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:54624
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:54636
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:54689
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum VideoStreamStatusFlags { VIDEO_S...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:53894
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CameraCapFlags : u32 { const ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:53906
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct CameraCapFlags : u32 { const CAMERA_CAP_FL...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:53373
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:53385
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:53438
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum VtolTransitionHeading { VTOL_TRA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:52861
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:52873
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:52926
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum LandingTargetType { LANDING_TARG...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:52392
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:52404
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:52457
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum RtkBaselineCoordinateSystem { RT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51838
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51850
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51903
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GpsFixType { GPS_FIX_TYPE_NO_GPS...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51425
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51437
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51490
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavCollisionSrc { MAV_COLLISION_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:50942
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:50954
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:51007
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavCollisionThreatLevel { MAV_CO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:50327
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:50339
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:50392
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavCollisionAction { MAV_COLLISI...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:49664
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GpsInputIgnoreFlags : u16 { c...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:49676
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GpsInputIgnoreFlags : u16 { const GPS_INPU...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:49232
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:49244
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:49297
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MotorTestThrottleType { MOTOR_TE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:48804
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:48816
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:48869
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MotorTestOrder { MOTOR_TEST_ORDE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:48061
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EstimatorStatusFlags : u16 { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:48073
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EstimatorStatusFlags : u16 { const ESTIMAT...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:47707
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:47719
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:47772
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavDoRepositionFlags { MAV_DO_RE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:47057
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AdsbFlags : u16 { const ADSB_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:47069
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AdsbFlags : u16 { const ADSB_FLAGS_VALID_C...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:46072
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:46084
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:46137
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AdsbEmitterType { ADSB_EMITTER_T...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:45650
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:45662
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:45715
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum AdsbAltitudeType { ADSB_ALTITUDE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:45154
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:45166
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:45219
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavLandedState { MAV_LANDED_STAT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:44669
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:44681
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:44734
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavVtolState { MAV_VTOL_STATE_UN...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:43142
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavGeneratorStatusFlag : u64 ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:43154
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavGeneratorStatusFlag : u64 { const MAV_G...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:42574
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavSmartBatteryFault : i32 { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:42586
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavSmartBatteryFault : i32 { const MAV_SMA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:41950
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:41962
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:42015
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavBatteryChargeState { MAV_BATT...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:41427
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:41439
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:41492
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavBatteryFunction { MAV_BATTERY...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:40948
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:40960
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:41013
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavBatteryType { MAV_BATTERY_TYP...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:40320
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:40332
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:40385
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavEstimatorType { MAV_ESTIMATOR...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:39866
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:39878
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:39931
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMissionType { MAV_MISSION_TYP...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:38633
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavProtocolCapability : u64 {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:38645
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavProtocolCapability : u64 { const MAV_PR...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:36572
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:36584
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:36637
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavSensorOrientation { MAV_SENSO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:36056
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:36068
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:36121
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavDistanceSensor { MAV_DISTANCE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:35563
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SerialControlFlag : u8 { cons...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:35575
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct SerialControlFlag : u8 { const SERIAL_CONT...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:34807
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:34819
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:34872
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum SerialControlDev { SERIAL_CONTRO...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:34251
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavPowerStatus : u16 { const ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:34263
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavPowerStatus : u16 { const MAV_POWER_STA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:33770
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:33782
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:33835
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavSeverity { MAV_SEVERITY_EMERG...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:32923
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:32935
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:32988
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMissionResult { MAV_MISSION_A...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:32410
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:32422
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:32475
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavResult { MAV_RESULT_ACCEPTED ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:31723
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:31735
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:31788
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavParamExtType { MAV_PARAM_EXT_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:31122
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:31134
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:31187
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavParamType { MAV_PARAM_TYPE_UI...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:30468
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:30480
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:30533
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavCmdAck { MAV_CMD_ACK_OK = 0 ,...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:30062
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:30074
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:30127
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavRoi { MAV_ROI_NONE = 0 , MAV_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:29444
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:29456
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:29509
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavDataStream { MAV_DATA_STREAM_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:24075
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:24087
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:24140
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavCmd { MAV_CMD_NAV_WAYPOINT = ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:23663
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:23675
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:23728
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CompMetadataType { COMP_METADATA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:23182
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:23194
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:23247
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum WifiConfigApMode { WIFI_CONFIG_A...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:22651
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:22663
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:22716
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum CellularConfigResponse { CELLULA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:22043
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:22055
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:22108
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum WifiConfigApResponse { WIFI_CONF...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:21440
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:21452
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:21505
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum OrbitYawBehaviour { ORBIT_YAW_BE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20989
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:21001
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:21054
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum StorageStatus { STORAGE_STATUS_E...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20471
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20483
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20536
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavcanNodeMode { UAVCAN_NODE_MOD...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20006
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20018
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:20071
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum UavcanNodeHealth { UAVCAN_NODE_H...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:19267
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GimbalDeviceErrorFlags : u32 ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:19279
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GimbalDeviceErrorFlags : u32 { const GIMBA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:18592
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:18604
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:18657
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GimbalManagerFlags { GIMBAL_MANA...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:18067
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:18079
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:18132
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum GimbalDeviceFlags { GIMBAL_DEVIC...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:16661
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GimbalManagerCapFlags : u32 {...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:16673
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GimbalManagerCapFlags : u32 { const GIMBAL...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:15776
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GimbalDeviceCapFlags : u16 { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:15788
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GimbalDeviceCapFlags : u16 { const GIMBAL_...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:15305
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:15317
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:15370
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMountMode { MAV_MOUNT_MODE_RE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14888
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14900
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14953
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FenceMitigate { FENCE_MITIGATE_U...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14464
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14476
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14529
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FenceBreach { FENCE_BREACH_NONE ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14010
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14022
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:14075
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FenceAction { FENCE_ACTION_NONE ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:13439
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:13451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:13504
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavlinkDataStreamType { MAVLINK_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:12478
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:12490
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:12543
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavFrame { MAV_FRAME_GLOBAL = 0 ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:10705
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavSysStatusSensor : u32 { co...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:10717
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavSysStatusSensor : u32 { const MAV_SYS_S...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:7020
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:7032
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:7085
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavComponent { MAV_COMP_ID_ALL =...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:6480
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:6492
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:6545
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavState { MAV_STATE_UNINIT = 0 ...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:5838
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:5850
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:5903
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMode { MAV_MODE_PREFLIGHT = 0...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:5399
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:5411
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:5464
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavGoto { MAV_GOTO_DO_HOLD = 0 ,...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:4668
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:4680
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:4733
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavModeFlagDecodePosition { MAV_...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:4054
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavModeFlag : u8 { const MAV_...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:4066
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct MavModeFlag : u8 { const MAV_MODE_FLAG_SAF...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:3274
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... } bitflags ! { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HlFailureFlag : u16 { const H...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:3286
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... { # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct HlFailureFlag : u16 { const HL_FAILURE_FLA...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:2801
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:2813
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:2866
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum FirmwareVersionType { FIRMWARE_V...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:1566
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:1578
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:1631
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavType { MAV_TYPE_GENERIC = 0 ,...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:610
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...omPrimitive ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:408
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ate :: { } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:622
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:420
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/common.rs:2:675
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavAutopilot { MAV_AUTOPILOT_GEN...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:118151
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...lEq , Debug ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:118163
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "typ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find attribute `serde` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:118216
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ialize , Deserialize ) ) ] # [ cfg_attr ( feature = "serde" , serde ( tag = "type" ) ) ] pub enum MavMessage { SENSOR_OFFSETS ( SE...
[INFO] [stdout]   |                                                                  ^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: `serde` is in scope, but it is a crate, not an attribute
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:116287
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_9_TO_12_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:116299
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_9_TO_12_DATA { pub voltage :...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:114417
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_5_TO_8_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:114429
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_5_TO_8_DATA { pub voltage : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:112547
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_1_TO_4_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:112559
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ESC_TELEMETRY_1_TO_4_DATA { pub voltage : ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:111503
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AOA_SSA_DATA { pub time_usec ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:111515
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct AOA_SSA_DATA { pub time_usec : u64 , pub A...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:109963
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_DELTA_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:109975
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct VISION_POSITION_DELTA_DATA { pub time_usec...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:107796
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADAP_TUNING_DATA { pub desire...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:107808
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct ADAP_TUNING_DATA { pub desired : f32 , pub...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:106780
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_REPLY_DATA { ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:106792
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_REPLY_DATA { pub request_i...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:104664
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_DATA { pub re...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:104676
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_WRITE_DATA { pub request_id : u3...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:103297
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_REPLY_DATA { p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:103309
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_REPLY_DATA { pub request_id...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:101364
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_DATA { pub req...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:101376
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct DEVICE_OP_READ_DATA { pub request_id : u32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:100435
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RPM_DATA { pub rpm1 : f32 , p...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:100447
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct RPM_DATA { pub rpm1 : f32 , pub rpm2 : f32...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:97581
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EFI_STATUS_DATA { pub ecu_ind...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:97593
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct EFI_STATUS_DATA { pub ecu_index : f32 , pu...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:96246
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_RESPONSE_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:96258
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_RESPONSE_DATA { pub cmd_id : Gop...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:94800
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_REQUEST_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:94812
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_SET_REQUEST_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:93305
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_RESPONSE_DATA { pub...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:93317
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_RESPONSE_DATA { pub cmd_id : Gop...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:92019
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_REQUEST_DATA { pub ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:92031
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_GET_REQUEST_DATA { pub target_system...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:90346
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_HEARTBEAT_DATA { pub st...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:90358
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GOPRO_HEARTBEAT_DATA { pub status : GoproH...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:88940
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_TORQUE_CMD_REPORT_DATA...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:88952
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_TORQUE_CMD_REPORT_DATA { pub rl_tor...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:87555
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_CONTROL_DATA { pub dem...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:87567
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_CONTROL_DATA { pub demanded_rate_x ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:85401
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...q , Default ) ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_REPORT_DATA { pub delt...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Serialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:451
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...ous :: * } ; # [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use ...
[INFO] [stdout]   |                                                                ^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Deserialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:85413
[INFO] [stdout]   |
[INFO] [stdout] 2 | ... ] # [ cfg_attr ( feature = "serde" , derive ( Serialize , Deserialize ) ) ] pub struct GIMBAL_REPORT_DATA { pub delta_time : f32 ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout] note: `Deserialize` is imported here, but it is only a trait, without a derive macro
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:463
[INFO] [stdout]   |
[INFO] [stdout] 2 | ...# [ cfg ( feature = "serde" ) ] use serde :: { Serialize , Deserialize } ; # [ cfg ( not ( feature = "std" ) ) ] use alloc :: vec ...
[INFO] [stdout]   |                                                               ^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: cannot find derive macro `Serialize` in this scope
[INFO] [stdout]  --> /opt/rustwide/target/debug/build/mavlink-2ffb762c60001082/out/ardupilotmega.rs:2:83336
[INFO] [stdout]   |
[WARN] too many lines in the log, truncating it
